home *** CD-ROM | disk | FTP | other *** search
- -- background: 5985 from stack: in
- -- bmap block id: 2457
- -- flags: 4000
- -- background id: 0
- -- name: Help.back
- ----- HyperTalk script -----
- on opencard
- -- eat msg
- end opencard
-
- on closecard
- -- eat msg
- end closecard
-
-
-
- -- part 1 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=29 top=60 right=284 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 34
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: helpText
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=1 top=316 right=341 bottom=26
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: H/Q
- ----- HyperTalk script -----
- on mouseUp
- Answer "Would you like to quit or go Home?" With "Cancel" or "Quit" or "Home"
- if it is "Quit" Then doMenu "Quit Hypercard"
- if it is "Home" Then
- visual effect iris close
- go Home
- else exit mouseUp
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=26 top=316 right=340 bottom=54
- -- title width / last selected line: 0
- -- icon id / first selected line: 29019 / 29019
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: To Intro
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to card "Intro"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=54 top=317 right=340 bottom=82
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=109 top=24 right=46 bottom=386
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 18
- -- style flags: 256
- -- line height: 24
- -- part name: title
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=457 top=320 right=342 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- end mouseUp
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=481 top=320 right=342 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-